DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / WillEndDragging Method

In This Topic
    WillEndDragging Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WillEndDragging( _
       ByVal scrollView As UIKit.UIScrollView, _
       ByVal velocity As CoreGraphics.CGPoint, _
       ByRef targetContentOffset As CoreGraphics.CGPoint _
    ) 
    public virtual void WillEndDragging( 
       UIKit.UIScrollView scrollView,
       CoreGraphics.CGPoint velocity,
       ref CoreGraphics.CGPoint targetContentOffset
    )

    Parameters

    scrollView
    velocity
    targetContentOffset
    See Also